home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / d86v322.zip / D09.DOC < prev    next >
Text File  |  1990-01-25  |  3KB  |  111 lines

  1. CHAPTER 9    RELEASE HISTORY AND FUTURE PLANS
  2.  
  3.  
  4. Release History of D86
  5.  
  6. All releases include bug fixes.
  7.  
  8. V2.15  August 1986.  Initial public release of the MSDOS version
  9.        of D86. The last previous version ran under the Xenix
  10.        operating system on the Altos series of computers. I
  11.        improved the invocation syntax, incorporated IBM function
  12.        keys into the interface, and added on-line help.
  13.  
  14. V2.16  August 1986.  Added the ability to make forward references
  15.        in patch-memory mode.
  16.  
  17. V2.18  November 1986.  Added the "O" command, to trap INT 33
  18.        calls.
  19.  
  20. V2.19  Test release in conjunction with A86 V2.90 test release
  21.  
  22. V2.22  April 1987.  Release in conjunction with A86 V3.00.  Added
  23.        support for new 286 and NEC-specific instructions.  Added
  24.        "F" command, and Shift-F7 commands.  Added the floating
  25.        point window.
  26.  
  27. V2.23  June 1987.  Added support for Sanyo 55x computers.
  28.  
  29. V2.24  June 1987.  Added support for Tandy 2000 computers.
  30.  
  31. V3.09  August 1987.  Major upgrade-- first product-quality
  32.        release.  Added:
  33.  
  34.        * support for EXE files, some support for BAT files
  35.  
  36.        * second disassembly, extended memory display, and status
  37.          windows
  38.  
  39.        * floating point memory display types
  40.  
  41.        * backwards paging and sensible Up-Arrow
  42.  
  43.        * W command to write program and symbols to disk
  44.  
  45.        * enhanced HOME key, Ctrl-T set top-of-stack key, and
  46.          ctrl-E go-to-end key
  47.  
  48.        * change of -V to +V, for A86 syntax compatibility
  49.  
  50. V3.10  September 1987.   Trap INT 020 and INT 027.
  51.  
  52. V3.11  November 1987.
  53.  
  54. V3.12  February 1988.  Interface with the new SYM file format of
  55.        A86.
  56.  
  57. V3.13  March 1988.  Made memory management more flexible, so D86
  58.        requires less memory to run.
  59.                                                               9-2
  60.  
  61. V3.14  March 1988.
  62.  
  63. V3.15  May 1988.  Added data breakpoint for 386-based machines,
  64.        available to registered users only.
  65.  
  66. V3.17  June 1988.  Added support for the Zenith Z-100.
  67.  
  68. V3.18  July 1988.  Added MAPD86 tool for registered users only.
  69.  
  70. V3.19  August 1988.
  71.  
  72. V3.20  July 1989.  Added F9 key.
  73.  
  74. V3.21  August 1989.  Added Ctrl-X key, and changed F1 not to step
  75.        into interrupts.
  76.  
  77. V3.22  January 1990.  Added support for the IIT-2C87 and 80387
  78.        coprocessors.
  79.  
  80.  
  81. Future Plans
  82.  
  83. I'd like to thank all of you who have supported A86 and D86 so
  84. far with your registrations.  Your support has allowed me to
  85. spend the past two years working exclusively on my shareware
  86. products.
  87.  
  88. D86 is still a fair amount short of my ultimate vision for it. I
  89. got sidetracked into developing my ZIPKEY zipcode directory
  90. package, and have not had the chance to add the following new
  91. features.  But I am still eager to see them, and I hope to add
  92. them this year:
  93.  
  94.      * save and play back keyboard scripts
  95.  
  96.      * save and switch to/from the program's full screen
  97.  
  98.      * expression arithmetic (and indirection) in all operands
  99.  
  100.      * interrupt a running program from the keyboard
  101.  
  102.      * conditional and multiple-count trapping
  103.  
  104.      * do more kinds of memory searches
  105.  
  106.      * gateway to DOS, with EXIT back to debugging session
  107.  
  108. I am eager to hear your ideas for what you'd like to see in terms
  109. of expanded features.  I will consider all requests.
  110.  
  111.